home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 83 / MacAddict_083_2003-07.iso / pc / Software / Utilities / Font Explorer (OS X) 1.0.dmg / Font Explorer.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Text File  |  2003-04-30  |  3KB  |  86 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = ESCLogoView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 
  4.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  5.         {
  6.             ACTIONS = {
  7.                 changeChar = id; 
  8.                 changeFont = id; 
  9.                 changeStyle = id; 
  10.                 changeUnicodeRange = id; 
  11.                 copyChar = id; 
  12.                 copyText = id; 
  13.                 firstPage = id; 
  14.                 goToUnicodeWebSite = id; 
  15.                 goToWebSite = id; 
  16.                 lastPage = id; 
  17.                 nextFont = id; 
  18.                 nextFontStyle = id; 
  19.                 nextPage = id; 
  20.                 nextStyle = id; 
  21.                 nextUnicodeSection = id; 
  22.                 previousFont = id; 
  23.                 previousFontStyle = id; 
  24.                 previousPage = id; 
  25.                 previousStyle = id; 
  26.                 previousUnicodeSection = id; 
  27.                 showReadMe = id; 
  28.                 typeChar = id; 
  29.             }; 
  30.             CLASS = FontExplorerController; 
  31.             LANGUAGE = ObjC; 
  32.             OUTLETS = {
  33.                 m_charKeyField = NSTextField; 
  34.                 m_fontMenu = NSMenu; 
  35.                 m_gridScrollView = NSScrollView; 
  36.                 m_gridView = GridView; 
  37.                 m_nextFontMenuItem = NSMenuItem; 
  38.                 m_nextFontStyleMenuItem = NSMenuItem; 
  39.                 m_numericField = NSTextField; 
  40.                 m_previousFontMenuItem = NSMenuItem; 
  41.                 m_previousFontStyleMenuItem = NSMenuItem; 
  42.                 m_readMeTextView = NSTextView; 
  43.                 m_readMeWindow = NSWindow; 
  44.                 m_styleMenu = NSMenu; 
  45.                 m_textView = NSTextView; 
  46.                 m_toolbarFontMenu = NSMenu; 
  47.                 m_toolbarFontPopUp = NSPopUpButton; 
  48.                 m_toolbarFontView = NSView; 
  49.                 m_toolbarStyleMenu = NSMenu; 
  50.                 m_toolbarStylePopUp = NSPopUpButton; 
  51.                 m_toolbarStyleView = NSView; 
  52.                 m_toolbarUnicodeMenu = NSMenu; 
  53.                 m_toolbarUnicodePopUp = NSPopUpButton; 
  54.                 m_toolbarUnicodeView = NSView; 
  55.                 m_unicodeCharField = NSTextField; 
  56.                 m_unicodeMenu = NSMenu; 
  57.                 m_unicodeRangeField = NSTextField; 
  58.                 m_window = MainWindow; 
  59.                 m_zoomView = ZoomView; 
  60.             }; 
  61.             SUPERCLASS = NSObject; 
  62.         }, 
  63.         {CLASS = FontExplorerView; LANGUAGE = ObjC; SUPERCLASS = NSQuickDrawView; }, 
  64.         {
  65.             CLASS = GridView; 
  66.             LANGUAGE = ObjC; 
  67.             OUTLETS = {
  68.                 m_controller = FontExplorerController; 
  69.                 m_textView = NSTextView; 
  70.                 m_window = MainWindow; 
  71.             }; 
  72.             SUPERCLASS = FontExplorerView; 
  73.         }, 
  74.         {CLASS = KeyTranslator; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  75.         {
  76.             CLASS = MainWindow; 
  77.             LANGUAGE = ObjC; 
  78.             OUTLETS = {m_gridView = GridView; m_textView = NSTextView; }; 
  79.             SUPERCLASS = NSWindow; 
  80.         }, 
  81.         {CLASS = TablessTabView; LANGUAGE = ObjC; SUPERCLASS = NSTabView; }, 
  82.         {CLASS = TextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  83.         {CLASS = ZoomView; LANGUAGE = ObjC; SUPERCLASS = FontExplorerView; }
  84.     ); 
  85.     IBVersion = 1; 
  86. }